﻿body {
    background-color: #F2F3F0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.top {
    /*background-color: #FFFFFF;*/
    width: 100%;
    margin: 20px auto;
}


.header {
    background: url(/images/login/logo.gif) no-repeat 30px center;
    width: 980px;
    margin: 0 auto;
    height: 88px;
    overflow: hidden;
    clear: both;
}

    .header .headtxt {
        width: 186px;
        height: 50px;
        display: inline-block;
        float: left;
        margin-left: 30px;
        margin-top: 40px;
    }

    .header .headnav {
        margin-right: 20px;
        margin-top: 40px;
        height: 26px;
        line-height: 26px;
        float: right;
        color: #666666;
        display: inline-block;
        overflow: hidden;
        font-size: 14px;
    }

        .header .headnav a {
            padding: 0 15px;
            color: #666666;
        }

            .header .headnav a:hover {
                color: #014F10;
                text-decoration: underline;
            }

        .header .headnav .edit_issue {
            font-size: 26px;
            font-weight: 800;
            color: #89256E;
        }

.main {
    width: 1000px;
    clear: both;
    margin: 40px auto;
    text-align: center;
}

    .main .content {
        width: 1000px;
        height: auto;
        text-align: center;
    }

        .main .content .content_left {
            width: 620px;
            height: 350px;
            /*background: url(../img/banner.jpg) no-repeat center;*/
            float: left;
            text-align: right;
        }


        .main .content .content_right {
            width: 366px;
            height: 350px;
            float: left;
            text-align: left;
            margin-top: 10px;
        }

            .main .content .content_right .login .logintitle .logintitle_name {
                font-size: 18px;
                width: 113px;
                float: left;
                height: 32px;
                padding-top: 15px;
                margin-left: 3px;
                text-align: center;
                font-weight: 700;
            }

            .main .content .content_right .login .logintitle .logintitle_teacher {
                background: url(/images/login/tab1.gif) no-repeat center;
                color: white;
            }

            .main .content .content_right .login .logintitle .logintitle_student {
                background: url(/images/login/tab2.gif) no-repeat center;
                color: black;
            }

            .main .content .content_right .login .logintitle .logintitle_name:hover {
                cursor: pointer;
            }

            .main .content .content_right .login .txt_input {
                height: 40px;
                width: 350px;
                /*margin-top: 20px;*/
                margin-bottom: 10px;
                /*padding-left:10px;*/
            }

            .main .content .content_right .login .txt_input_password {
                background: url(/images/login/password.gif) no-repeat;
            }

            .main .content .content_right .login .txt_input_uid {
                background: url(/images/login/name.gif) no-repeat;
            }

            .main .content .content_right .login input {
                height: 24px;
                line-height: 33px;
                border: 0px;
                margin-top: 4px;
                margin-left: 48px;
                outline: none;
                font-size: 14px;
            }

            .main .content .content_right .login .txt_input_uid input {
                width: 180px;
            }

            .main .content .content_right .login .txt_input_password input {
                width: 280px;
            }

            .main .content .content_right .login .btnsubmit {
                background: url(/images/login/sumb.gif) no-repeat center;
                width: 350px;
                height: 38px;
                margin-bottom: 20px;
                margin-top: 10px;
                cursor: pointer;
            }

            .main .content .content_right .login .link {
                color: #2364A6;
                font-size: 12px;
                font-weight: 700;
            }

                .main .content .content_right .login .link a {
                    text-decoration: none;
                    color: #2364A6;
                }

                    .main .content .content_right .login .link a:hover {
                        text-decoration: underline;
                        color: #2364A6;
                    }

.footer {
    clear: both;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

#msgError {
    color: red;
    margin: 5px 0px;
    font-size: 14px;
    height: 20px;
}

#fg {
    background: url(/images/login/fg.jpg) no-repeat center;
    width: 5px;
    height: 250px;
    float: left;
}
